djbuch.kapitel_13
Class Column
java.lang.Object
|
+--djbuch.kapitel_13.Column
- public class Column
- extends java.lang.Object
Bildet Wertpaare aus Feldname und Feldtyp ab, um
entsprechende Datentypenconvertierungen zu ermöglichen.
- Author:
- Thomas Ekert
|
Constructor Summary |
Column(java.lang.String fieldName,
int type)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNDEFINED
public static final int TYPE_UNDEFINED
- See Also:
- Constant Field Values
TYPE_STRING
public static final int TYPE_STRING
- See Also:
- Constant Field Values
TYPE_DATE
public static final int TYPE_DATE
- See Also:
- Constant Field Values
TYPE_LONG
public static final int TYPE_LONG
- See Also:
- Constant Field Values
TYPE_DATELIST
public static final int TYPE_DATELIST
- See Also:
- Constant Field Values
TYPE_LONGLIST
public static final int TYPE_LONGLIST
- See Also:
- Constant Field Values
Column
public Column(java.lang.String fieldName,
int type)
getName
public java.lang.String getName()
getType
public int getType()